Crate dusk_abi[][src]

Expand description

Build Status Repository Documentation

Dusk ABI

The official ABI to develop dusk-network contracts and host module for Rusk VM

See Rusk VM for further details, test cases and usage.

Re-exports

pub use host::*;

Structs

Type used to identify a contract

Bytes representing a contract state

A generic query

A generic return value

A generic transaction

Traits

The trait that host modules uses to defines their own ID for both host and hosted environment